Adwaita: selection-mode selection-menu flat by default
authorJakub Steiner <jimmac@gmail.com>
Thu, 3 Jul 2014 10:37:48 +0000 (12:37 +0200)
committerJakub Steiner <jimmac@gmail.com>
Thu, 3 Jul 2014 10:38:17 +0000 (12:38 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 0a4f8c43c0a9c40623e0c43ed6f20a8190c895a6..a98a699d1592c70c570a007066418b2f43b47518 100644 (file)
@@ -735,6 +735,11 @@ GtkComboBox {
         &:backdrop:insensitive { @include button($t:backdrop-insensitive, $noedge:true); }
       }
     }
+    .selection-menu {
+      border-width: 0;
+      background-image: none;
+      box-shadow: none;
+    }
   }
   .tiled &, .maximized & {
     border-radius: 0; // squared corners when the window is max'd or tiled
index 319760063bdb0bfd3e914082acc86f7a5e07b86c..0d501583bdfc0f0fd63b963017b3d9ae2ba788ed 100644 (file)
@@ -978,6 +978,11 @@ GtkComboBox {
           border-color: #1e2222;
           background-image: linear-gradient(to bottom, #393f3f);
           box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+    .titlebar.selection-mode .selection-menu,
+    .header-bar.selection-mode .selection-menu {
+      border-width: 0;
+      background-image: none;
+      box-shadow: none; }
   .tiled .titlebar, .maximized .titlebar, .tiled
   .header-bar, .maximized
   .header-bar {
index 0a8875a4c93df42b3f8ecd456cd925bb0a3b1621..d6df0e9de1952e2f6ea9bd16a063b3191726d3ac 100644 (file)
@@ -970,6 +970,11 @@ GtkComboBox {
           border-color: #a8a8a8;
           background-image: linear-gradient(to bottom, #ededed);
           box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
+    .titlebar.selection-mode .selection-menu,
+    .header-bar.selection-mode .selection-menu {
+      border-width: 0;
+      background-image: none;
+      box-shadow: none; }
   .tiled .titlebar, .maximized .titlebar, .tiled
   .header-bar, .maximized
   .header-bar {